-
Notifications
You must be signed in to change notification settings - Fork 764
Resolve CSS Regression #5976
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve CSS Regression #5976
Conversation
smithellis
commented
Apr 24, 2024
- New _messages.scss for inbox, outbox
- New inbox.html, outbox.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is definitely better, but I have some questions and one request for a change.
d07ce50
to
98941f0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, one more thing. What do you think about just leaving the To Users
or To Groups
columns blank instead of inserting None
when there are no users or groups? I think I'd prefer that.
* New _messages.scss for inbox, outbox * New inbox.html, outbox.html
- Drop Delete Selected from inbox, outbox - Drop checkboxes from Outbox - Repair scss
98941f0
to
7209381
Compare
- Switch from divs to li - Switch from grid to flex - Actually make the 'read' css class work - Display blank instead of "None" if there is no group or user - Message delete correction
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r+wc
I liked the different color shadings you used for alternate message rows prior to this latest change when you moved from grid
to flex
. Would it be easy to bring those back?